Rob Brown-Bayliss wrote:
>
> I am rendering one instance of this object, nothiung else and it's taking
> 5 mins. But other (lathe) objects take around 1 min under teh same
> lighting conditions, and same texture...
>
> #local Scol = difference
> {
> #local Count=0;
> #while (Count < 50)
^^
You are differencing 50 torus objects from each other. Reduce that number to
2 and it will render considerably faster. Considering what you were doing
5 min. is not at all out of line.
--
Ken Tyler
Post a reply to this message
|